home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00287.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  183 b   |  12 lines

  1. on exitFrame
  2.   global questnum
  3.   if questnum = 1 then
  4.     puppetTransition(23)
  5.     go("quest2")
  6.   end if
  7.   if questnum = 2 then
  8.     puppetTransition(23)
  9.     go("quest3")
  10.   end if
  11. end
  12.